From: Kim F. Storm Date: Fri, 7 Feb 2003 23:10:24 +0000 (+0000) Subject: (pr-get-symbol): Define during compile. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28405 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7e6455209912afe7cc188263e0e309ba7f2d4bbf;p=emacs.git (pr-get-symbol): Define during compile. --- diff --git a/lisp/printing.el b/lisp/printing.el index c53b41b84d5..eb55586591b 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -2344,13 +2344,14 @@ See `pr-ps-printer-alist'.") ,@body (kill-buffer temp)))) - +(eval-and-compile (defun pr-get-symbol (name) ;; Recent versions of easy-menu downcase names before interning them. (and (fboundp 'easy-menu-name-match) (setq name (downcase name))) (or (intern-soft name) (make-symbol name))) +) (defsubst pr-visible-p (key)